home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / boosters.arc / HEAPAT.PAS < prev    next >
Pascal/Delphi Source File  |  1985-11-03  |  314b  |  7 lines

  1. { ----------------------------------------------
  2.   HEAPAT sets attribute byte on Page [n] of heap
  3.   ---------------------------------------------- }
  4. Procedure HEAPAT ( Page : HeapBuf;
  5.                    X1,Y1,X2,Y2 : Integer;
  6.                    Attribute   : Byte);
  7.                    external 'Heapat.com';